home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / networking / misc / uuhtml_091b.lha / UUhtml_091b / UUhtml.doc next >
Encoding:
Text File  |  1995-02-06  |  2.9 KB  |  110 lines

  1.  
  2.                               UUhtml 0.91b
  3.                               ~~~~~~~~~~~~
  4.  
  5.  This is a small ARexx utility for use with files obtained with AMosaic.
  6.  
  7.  It removes the extraneous data from UUencoded files saved within AMosaic,
  8.  therefore enabling you to extract the pictures/binary/sound/whatever from
  9.  them.
  10.  
  11. Requirements:
  12.  
  13.  Amiga <duh>
  14.  ARexx, AMosaic.
  15.  
  16.  UUxT recommended.
  17.  
  18. Installation:
  19.  
  20.  Just copy it to 's:', that's probably best.
  21.  
  22. Usage:
  23.  
  24.        UUhtml IN <input_file> [OUT <output_file>]
  25.                  [add] [length <line_length>]
  26.                  [decode] [dest <destination_dir>]
  27.  
  28.  
  29. Examples:
  30.  
  31.        UUhtml IN frish.html.uu OUT frish.uu
  32.  
  33.  will put a corrected uuencoded file called 'frish.uu' in the current
  34.  directory.
  35.  
  36.        UUhtml IN frish.html.uu1
  37.  
  38.  will make a corrected uuencoded file called 't:out'
  39.  
  40.        UUhtml IN frish.html.uu2 ADD DECODE
  41.  
  42.  will add the results of correction of 'frish.html.uu2' to whatever
  43.  already exists in 't:out' and decode it, if you have 'uuxt' in your path.
  44.  
  45.        UUhtml IN frish.html.uu DECODE DEST t:
  46.  
  47.  will correct the file, put it in 't:out', and decode it to 't:' as long
  48.  as you have 'uuxt' in your path.
  49.  
  50. Extras:
  51.  
  52.  If a file just doesn't work at all, try adding the 'length' parameter,
  53.  for example:
  54.  
  55.        UUhtml in longline.html.uu LENGTH 62
  56.  
  57.  Some UUencoders use a 62 character length line, just to really confuse
  58.  people. Hmph.
  59.  
  60.  You don't have to use upper case for the ARGUMENTS, i just do it for
  61.  clarity.  And so you feel like i'm shouting at you :P
  62.  
  63. Problems:
  64.  
  65.  It doesn't work perfectly (which is why it's beta) but it seems to
  66.  work best on single part jpegs (I've only tried it on pictures :)
  67.  It works well enough for me to use on a regular basis, anyway.
  68.  
  69.  There may be UUencoders it doesn't recognise (at the mo, it knows
  70.  7 types) so if you find one, drop me a line giving details of it...
  71.  
  72. Notes:
  73.  
  74.  No guarantees of any kind, standard disclaimer applies.  I trust it,
  75.  myself :)
  76.  
  77.  Get UUxT from aminet:util/arc/uuxt30b.lha
  78.  It's very very very good.
  79.  
  80.  UUhtml is stuffware - if you like it, send me some stuff, or buy some
  81.  stuff, or sell some stuff. or write some stuff, or do some stuff.
  82.  Funny word, that, eh?
  83.  
  84. Contact:
  85.  
  86.  Email: phil@curve.demon.co.uk          (home - quickest answer)
  87.         P.R.Stewart-Jones@derby.ac.uk   (university)
  88.  
  89.  Real:  Philip Stewart-Jones,
  90.         'Langdale',
  91.         Church Street,
  92.         Whittington,
  93.         Near Lichfield,
  94.         Staffs,
  95.         WS14 9LE
  96.  
  97.  If you want to send me an A4000/040, a keg of Guinness, or Lush's first
  98.  album, please do! :)
  99.  
  100. Hey, a flashy signature:
  101.  
  102.  Yup.
  103.  
  104. =------------------------/---------------------/------------------------///=
  105. =phil@curve.demon.co.uk / zem/KarMA\DaTaLinK  / *now* we're cookin'    /// =
  106. =----------------------/---------------------/---------------------\\\///--=
  107. =curve is a Commodore Amiga A1200 running a 28Mhz 68030/6Mb/170M HD \XX/   =
  108. =--------------------/---------------------/-------------------------------=
  109.  
  110.